home *** CD-ROM | disk | FTP | other *** search
/ Ham Radio 2000 #1 / Ham Radio 2000.iso / ham2000 / packet / terminal / thunder / thdir.ctl < prev    next >
Encoding:
Text File  |  1992-12-20  |  1.4 KB  |  38 lines

  1. #
  2. #               THUNDER, Direcotry access control file
  3. #
  4. # Wildcards are supported in many places.  With wildcards we attempt to
  5. # match something with just more than a straight comparison.
  6. #
  7. #    Special characters in the pattern are:
  8. #
  9. #    * -- Matches 0 or more characters of any type
  10. #    @ -- a..z, A..Z
  11. #    # -- 0..9
  12. #    + -- A..z, A..Z, 0..9
  13. #    ? -- A-F, a-f, 0-9 (a hex number)
  14. #    < -- a..z
  15. #    > -- A..Z
  16. #    $ -- =@#+?<>$
  17. #    = -- Any one character
  18. #    " -- Escape.  The next character in the pattern much match exactly.
  19. #         wild cards will not be interpreted.
  20. #    ( -- Group.  A "(" starts a group and a ")" ends it.  For each
  21. #         group, there must be a matching character in the string.
  22. #         Example: (abc) matches b.  Wild cards are not interpreted.
  23. #
  24. #  Examples:
  25. #
  26. #  PAS*     --  Will match anything starting with PAS such as PASCAL,
  27. #               PASSWORD, PASasb, and PAS.
  28. #  PAS===   --  Will match anything that starts with PAS and is 5 characters
  29. #               long.  PASCAL will match but PASA will not.
  30. #  PAS###   --  Will match anything that starts with PAS and has 5 digits.
  31. #               PAS123 will match but PASabc will not.
  32. #  T?(CP)*  --  Will match anything starting with T any C or P.
  33. #
  34. #  *C:*     --  Denied total access to drive C
  35. #
  36. *BORDLANC* *PASCAL* *ASM* *T(CP)* *MBSOURCE* *THSOURCE* *INTERNAL* *D:*
  37. #
  38.